Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

636048 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/188 - Resume Builder/css

style.css cody/swapnilsparsh/30DaysOfJavaScript/188 - Resume Builder/css/style.css
86 Views
0 Comments
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-image: linear-gradient(rgb(3, 3, 3),rgb(56, 55, 55));
background-attachment: fixed;